home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
XAMPP 1.4.14
/
xampp-win32-1.4.14-installer.exe
/
xampp
/
apache
/
conf
/
mod_auth_mysql.conf
< prev
next >
Wrap
Text File
|
2005-02-06
|
546b
|
14 lines
<Location /restricted>
AuthName "MySQL Secured Place"
AuthType Basic
require valid-user
AuthMySQLHost localhost
AuthMySQLDB webauth
AuthMySQLUser root
AuthMySQLUserTable user_pwd
AuthMySQLNameField name
AuthMySQLPasswordField pass
## AuthMySQLGroupTable user_grp (here do not modify this for the simple test!)
## AuthMySQLGroupField group (here do not modify this for the simple test!)
AuthMySQLPwEncryption none
</Location>